-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix macOS and Windows builds in Github Actions #6649
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #6649 +/- ##
========================================
Coverage 60.46% 60.46%
========================================
Files 278 278
Lines 10485 10485
Branches 1715 1715
========================================
Hits 6340 6340
Misses 3690 3690
Partials 455 455 Continue to review full report at Codecov.
|
Linux build 2.1.0 (b597e67) is ready for download. |
Linux build 2.1.0 (c551791) is ready for download. |
Linux build 2.1.0 (3e1f6bf) is ready for download. |
Linux build 2.1.0 (aebb07e) is ready for download. |
Linux build 2.1.0 (e0b3864) is ready for download. |
Linux build 2.1.0 (62c8595) is ready for download. |
Linux build 2.1.0 (56674be) is ready for download. |
Some builds failed |
@birchamp I'm not sure if you want to include this in the current sprint, but this fixes problems with github actions. |
Linux build 2.1.0 (75ae321) is ready for download. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1, 1 of 1 files at r6.
Reviewable status: 2 of 3 files reviewed, all discussions resolved (waiting on @neutrinog)
Linux build 2.1.0 (8abf69c) is ready for download. |
@neutrinog - well, it builds. Concerned about all the changes in package-lock just because dependency changes have caused us much grief in the past. Trying to think through how to verify the builds in the absence of integration testing. It looks like most are related to babel and http communication. So maybe just need to validate that tCore runs, and verify that Door43 uploads and downloads still work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @neutrinog)
LGTM - testing Windows and Mac builds |
Describe what your pull request addresses (Please include relevant issue numbers):
Please include detailed Test instructions for your pull request:
Standard Test Instructions for PR Review Process:
This change is